overlap$56655$ - tradução para grego
Diclib.com
Dicionário ChatGPT
Digite uma palavra ou frase em qualquer idioma 👆
Idioma:

Tradução e análise de palavras por inteligência artificial ChatGPT

Nesta página você pode obter uma análise detalhada de uma palavra ou frase, produzida usando a melhor tecnologia de inteligência artificial até o momento:

  • como a palavra é usada
  • frequência de uso
  • é usado com mais frequência na fala oral ou escrita
  • opções de tradução de palavras
  • exemplos de uso (várias frases com tradução)
  • etimologia

overlap$56655$ - tradução para grego

Overlap-add Method; Overlap-add; Overlap add; Overlap-add method

overlap      
n. επικάλυψη
machine code         
SET OF INSTRUCTIONS EXECUTED DIRECTLY BY A COMPUTER'S CENTRAL PROCESSING UNIT (CPU)
Native code; Machine instruction; Machine Code; Machine language; Machine Language; Native applications; Native execution; Machine instruction (computing); Program machine code; Machine instructions; CPU instruction; CPU instructions; Opcode-level programming; Opcode level; Overlapping instructions; Overlapping instruction; Overlapping machine instructions; Overlapping machine instruction; Overlapping opcodes; Overlapping opcode; Overlapping opcode sequences; Overlapping opcode sequence; Overlapping op-codes; Overlapping op-code; Overlapping op-code sequences; Overlapping op-code sequence; Superpositioned code; Code superposition; Instruction overlapping; Code overlapping; Instruction scission; Opcode overlapping; Jump into the middle of instruction; Instruction overlapping technique; Jump in the middle; Jump into the middle of an instruction; Jumping into the middle of an instruction; Jumping into the middle of instruction; Code overlap; Overlapping code; Overlapped instruction encoding; Overlapped instruction; Overlapped instructions; Semantic code overlapping; Semantic overlapping (computing); Physical overlapping (computing); Physical code overlapping; Overlapped code; Code interleaving; Code outlining; Overlapping instruction sequences; Overlapping instruction sequence; Code-overlapping technique
κώδικας μηχανής
summer time         
  • 
An ancient [[water clock]] that lets hour lengths vary with season.
  • public service advertisement]] reminded people to adjust clocks.
  • George Hudson]] invented modern DST, proposing it first in 1895.
  • DST was first implemented in the United States to conserve energy during World War I. (poster by [[United Cigar Stores]])
  •  Retailers generally favor DST; [[United Cigar Stores]] hailed a 1918 DST bill.
  • The [[William Willett]] Memorial Sundial in [[Petts Wood]], south London, is always on DST.
  • p=22}}
SEASONAL ADJUSTMENT OF CLOCKS
Daylight savings time; Daylight Saving Time; Daylight-saving time; Daylight time; Summer daylight saving time; Summer Daylight Saving Time; Day Light Saving Time; Day light saving time; Daylight saving; Daylight Saving; Daylight Savings; Daylight savings; Time change; Dst; Daylights Savings Time; Spring forward, fall back; Spring ahead, fall back; Day light savings time; Y2K7; Year 2007 problem; DST time; Y2K7 problem; Day light saving; Summer time; Daylight savins time; Daylight Savings Time; Daylight Saving time; Daylight Savings time; Daylight Saving Association; British daylight savings time; Irish daylight saving time; Daylight savings time overlap; DST; Daylight Summer Time; Spring forward, fall backward; Economic effects of daylight savings time; Health effects of daylight saving time; Daylights Saving Time; Spring forward fall back
θερινός

Definição

overlap
(overlapped)
1.
If one thing overlaps another, or if you overlap them, a part of the first thing occupies the same area as a part of the other thing. You can also say that two things overlap.
When the bag is folded flat, the bag bottom overlaps one side of the bag...
Overlap the slices carefully so there are no gaps...
Use vinyl seam adhesive where vinyls overlap...
The edges must overlap each other or weeds will push through the gaps.
V-RECIP: V n, V pl-n, pl-n V, pl-n V n
2.
If one idea or activity overlaps another, or overlaps with another, they involve some of the same subjects, people, or periods of time.
Elizabeth met other Oxford intellectuals some of whom overlapped Naomi's world...
Christian holy week overlaps with the beginning of the Jewish holiday of Passover...
The needs of patients invariably overlap...
V-RECIP: V n, V with n, pl-n V
Overlap is also a noun.
...the overlap between civil and military technology...
N-VAR: oft N between pl-n

Wikipédia

Overlap–add method

In signal processing, the overlap–add method is an efficient way to evaluate the discrete convolution of a very long signal x [ n ] {\displaystyle x[n]} with a finite impulse response (FIR) filter h [ n ] {\displaystyle h[n]} :

where h[m] = 0 for m outside the region [1, M]. This article uses common abstract notations, such as y ( t ) = x ( t ) h ( t ) , {\textstyle y(t)=x(t)*h(t),} or y ( t ) = H { x ( t ) } , {\textstyle y(t)={\mathcal {H}}\{x(t)\},} in which it is understood that the functions should be thought of in their totality, rather than at specific instants t {\textstyle t} (see Convolution#Notation).

The concept is to divide the problem into multiple convolutions of h[n] with short segments of x [ n ] {\displaystyle x[n]} :

x k [ n ]     { x [ n + k L ] , n = 1 , 2 , , L 0 , otherwise , {\displaystyle x_{k}[n]\ \triangleq \ {\begin{cases}x[n+kL],&n=1,2,\ldots ,L\\0,&{\text{otherwise}},\end{cases}}}

where L is an arbitrary segment length. Then:

x [ n ] = k x k [ n k L ] , {\displaystyle x[n]=\sum _{k}x_{k}[n-kL],\,}

and y[n] can be written as a sum of short convolutions:

y [ n ] = ( k x k [ n k L ] ) h [ n ] = k ( x k [ n k L ] h [ n ] ) = k y k [ n k L ] , {\displaystyle {\begin{aligned}y[n]=\left(\sum _{k}x_{k}[n-kL]\right)*h[n]&=\sum _{k}\left(x_{k}[n-kL]*h[n]\right)\\&=\sum _{k}y_{k}[n-kL],\end{aligned}}}

where the linear convolution y k [ n ]     x k [ n ] h [ n ] {\displaystyle y_{k}[n]\ \triangleq \ x_{k}[n]*h[n]\,} is zero outside the region [1, L + M − 1]. And for any parameter N L + M 1 , {\displaystyle N\geq L+M-1,\,} it is equivalent to the N-point circular convolution of x k [ n ] {\displaystyle x_{k}[n]\,} with h [ n ] {\displaystyle h[n]\,} in the region [1, N].  The advantage is that the circular convolution can be computed more efficiently than linear convolution, according to the circular convolution theorem:

where:

  • DFTN and IDFTN refer to the Discrete Fourier transform and its inverse, evaluated over N discrete points, and
  • L is customarily chosen such that N = L+M-1 is an integer power-of-2, and the transforms are implemented with the FFT algorithm, for efficiency.